Indentation fix
authorMatthias Clasen <mclasen@redhat.com>
Mon, 27 Oct 2014 11:19:50 +0000 (07:19 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 27 Oct 2014 11:19:50 +0000 (07:19 -0400)
gtk/gtkmenusectionbox.c

index 8256aea97e580d115e034a825628d15015f45c30..03523a51d74688dee3e7673faca31afdca579e50 100644 (file)
@@ -354,7 +354,7 @@ gtk_menu_section_box_dispose (GObject *object)
       box->separator_sync_idle = 0;
     }
 
-    g_clear_object (&box->separator);
+  g_clear_object (&box->separator);
 
   if (box->tracker)
     {